home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / C / DEBUG / BUGVIEW / _files / Info next >
Text File  |  1991-04-25  |  721b  |  16 lines

  1.  
  2. This is an application to aid the debugging of other WIMP applications.  It
  3. provides a Text window into which dubugging output can be sent to be viewed,
  4. scrolled through, saved and so forth.  It works by picking up a broadcast of
  5. message &804c0, this is in the Aleph One SWI chunk and thus is not going to
  6. be used by anyone but me!  A single C library routine (buglib_message) is
  7. provided to give a printf type call for outputing to the debug window but
  8. there is no reason why the message should not come from an application
  9. writen in some other language.
  10.  
  11. The version here I recompiled on a standard version of ANSI 'C' 3.00 so
  12. it may have bugs from that library but at least it is O.K. for global
  13. distribution.
  14.  
  15. Nicko
  16.